To set the default viewing angle for the 3D pie chart, use the following code:
chart.View.Camera.Transform = new RotateTransform3D(new AxisAngleRotation3D(new Vector3D(0,0,1),45));
Copyright © GrapeCity, inc. All rights reserved.